Add a workaround for vulkan crashes
authorMatthias Clasen <mclasen@redhat.com>
Sun, 3 Sep 2017 15:57:21 +0000 (11:57 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 3 Sep 2017 15:57:21 +0000 (11:57 -0400)
commit7bb202e4a2a243deae1755bd8802a4ce323dff19
tree4755a4e6077197cd7b902a4e7f7e8b64ffec82e6
parent2101f26b4922b131895828ed668c0900e8182c3b
Add a workaround for vulkan crashes

I see 'out of memory' errors and crashes inside libvulkan when
creating nodes that have empty bounds and end up in the fallback
paths, like a shadow around an empty text node. Prevent this
by not creating text nodes in that case.
gtk/gskpango.c